home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1999 April / Macworld (1999-04).dmg / Cool Specials / Al Morale Demo / Al's Stuff / D200.DCR / 00009_Mouse Sensor Master.ls < prev    next >
Encoding:
Text File  |  1999-02-16  |  266 b   |  13 lines

  1. on mouseUp
  2.   global gLite2
  3.   set gLite2 to the clickOn
  4.   radioGroup([39, 40], "on", "off")
  5.   if gLite2 = 39 then
  6.     set the text of member "MouseTime" to "600"
  7.   else
  8.     if gLite2 = 40 then
  9.       set the text of member "MouseTime" to "300"
  10.     end if
  11.   end if
  12. end
  13.